home *** CD-ROM | disk | FTP | other *** search
/ Agent Central Host Computer / Agent - Central Host Computer.iso / _SETUP.1 / ocukeys.ctl < prev    next >
Text File  |  2000-05-12  |  673b  |  30 lines

  1. -- RCSVER $Id: ocukeys.ctl,v 1.1 2000-05-03 12:29:11-05 randy Exp $ */
  2. -- *************************************************************************
  3. --        Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
  4. --
  5. -- Name:        ocukeys.ctl
  6. -- Date:     02/17/1999
  7. -- memo:        Randy Wood
  8. -- Description:    Load the data for the ocukeys table.
  9. -- Changes:
  10. -- *********************************************************************** */
  11. LOAD DATA
  12. INFILE *
  13. INTO TABLE ocukeys
  14. fields terminated by "|"
  15. trailing nullcols
  16. (
  17.     modifier,
  18.     key,
  19.     descr,
  20.     action_code,
  21.     command_id,
  22.     fare_id,
  23.     fareset_id,
  24.     trip_id,
  25.     sec_level,
  26.     config_num,
  27.     tally_id
  28. )
  29. begindata
  30.